filesystem - определение. Что такое filesystem
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое filesystem - определение

CONCRETE FORMAT OR PROGRAM FOR STORING FILES AND DIRECTORIES ON A DATA STORAGE DEVICE
Filesystem; Disk file systems; Special purpose file systems; File system types; Disk file system; Special purpose file system; File systems; File storage; File System; Disk File System; Filesystems; Computer file system; File-system; File access; Serial files; Sequential file; Crash count; File time; Offline File System; Sequential files; Special file system; Prospero (file system); File processing system; Linux file systems; File system metadata; Linux filesystems; Virtual file; Dentries; Dentry; Directory entry; File system manager; Flat file system; Linux filesystem; Tree quota; Transactional file system; Tape file system; Microsoft Windows file systems
  • An example of slack space, demonstrated with 4,096-[[byte]] NTFS clusters: 100,000 files, each five bytes per file, which equal to 500,000 bytes of actual data but require 409,600,000 bytes of disk space to store <!-- The size listing shown in Explorer is oddly doubly-wrong. The example files are 5 bytes each, not 0.1K, and the clusters are a minimum of 4K not 1K.-->
  • Windows]] command shell
  • fragmented]]
Найдено результатов: 68
file system         
<operating system> (FS, or "filesystem") 1. A system for organizing directories and files, generally in terms of how it is implemented in the disk operating system. E.g., "The Macintosh file system is just dandy as long as you don't have to interface it with any other file systems". 2. The collection of files and directories stored on a given drive (floppy drive, hard drive, disk partition, logical drive, RAM drive, etc.). E.g., "mount attaches a named file system to the file system hierarchy at the pathname location directory [...]" -- Unix manual page for "mount(8)". As an extension of this sense, "file system" is sometimes used to refer to the representatation of the file system's organisation (e.g. its file allocation table) as opposed the actual content of the files in the file system. Unix manual page: fs(5), mount(8). (1997-04-10)
File system         
In computing, file system or filesystem (often abbreviated to fs) is a method and data structure that the operating system uses to control how data is stored and retrieved. Without a file system, data placed in a storage medium would be one large body of data with no way to tell where one piece of data stopped and the next began, or where any piece of data was located when it was time to retrieve it.
Filesystem-level encryption         
FORM OF DISK ENCRYPTION WHERE INDIVIDUAL FILES OR DIRECTORIES ARE ENCRYPTED BY THE FILE SYSTEM ITSELF
Transparent file encryption; File system-level encryption; File system level encryption; Filesystem level encryption; Cyptographic filesystem; Cyptographic filesystems; Cyptographic file systems; Cyptographic file system; Cryptographic filesystem; Cryptographic filesystems; Cryptographic file systems; Cryptographic file system; File or folder encryption; File/folder encryption; File and folder encryption; Folder encryption; File-level encryption; Folder-level encryption
Filesystem-level encryption, often called file-based encryption, FBE, or file/folder encryption, is a form of disk encryption where individual files or directories are encrypted by the file system itself.
FAT filesystem and Linux         
WIDELY USED LINUX FILESYSTEM FORMAT
Umsdos; UMSDOS; FAT filesystem & Linux; UVFAT; --LINUX-.---; Uvfat
Linux has several filesystem drivers for the File Allocation Table (FAT) filesystem format. These are commonly known by the names used in the mount command to invoke particular drivers in the kernel: , , and .
Record-oriented filesystem         
FILE SYSTEM WHERE DATA IS STORED AS COLLECTIONS OF RECORDS
Record-oriented file; Record oriented filesystem; Record-based file system; Column Managed Lengths
In computer science, a record-oriented filesystem is a file system where data is stored as collections of records. This is in contrast to a byte-oriented filesystem, where the data is treated as an unformatted stream of bytes.
Filesystem Hierarchy Standard         
  • Typical [[Ubuntu]] filesystem hierarchy
DEFINES THE DIRECTORY STRUCTURE AND DIRECTORY CONTENTS IN LINUX OPERATING SYSTEMS
FSSTND; Filesystem hierarchy standard; /etc/opt; /etc/X11; /etc/sgml; /etc/xml; /media; /root; /srv; /usr/sbin; /usr/share; /usr/src; /usr/X11R6; Rootfs; /var/run; /var/cache; Linux directory structure; Filename Hierarchy Standard; /run; Slash root; Unix FHS; Linux FHS
<storage, standard> (FHS) A standard designed to be used by Unix distribution developers, package developers, and system implementors. FHS consists of a set of requirements and guidelines for file and directory placement under UNIX-like {operating systems}. The guidelines are intended to support interoperability of applications, system administration tools, development tools, and scripts. These systems should also be supported with greater documentation uniformity. The standard is primarily intended to be a reference and is not a tutorial on how to manage a Unix filesystem or directory hierarchy. http://pathname.com/fhs/. RedHat deviation (http://redhat.com/corp/support/manuals/RHL-6.0-Manual/install-guide/manual/doc084.html). (2001-05-24)
Encrypting File System         
WIKIMEDIA DISAMBIGUATION PAGE
Filesystem encryption; Encrypting filesystem; Encrypting filesystems; Encrypted filesystems; Encrypted file system; Encrypted file systems; Encrypting file systems; Encrypting file system; File system encryption; Encrypted filesystem (disambiguation); Transparent encryption; Encrypted File System
The Encrypting File System (EFS) on Microsoft Windows is a feature introduced in version 3.0 of NTFS that provides filesystem-level encryption.
Romfs         
FILE SYSTEM
ROMFS
In computing, romfs (ROM filesystem) is an extremely simple file system lacking many features, intended for burning important files onto an EEPROM. It is available on Linux, and possibly other Unix-like systems.
Hi Performance FileSystem         
FILE SYSTEM USED BY THE HP-UX OPERATING SYSTEM
HFS (HP); HFS (Hewlett-Packard)
Hi Performance FileSystem (HFS) is a file system used in the HP-UX operating system. It is a variant of the Unix File System.
Virtual file system         
ABSTRACTION LAYER ON TOP OF ONE OR MORE CONCRETE FILE SYSTEM, ALLOWING APPLICATIONS TO ACCESS FILES VIA A UNIFORM LOGICAL REPRESENTATION
Virtual File System; Virtual filesystem; Vnode
A virtual file system (VFS) or virtual filesystem switch is an abstract layer on top of a more concrete file system. The purpose of a VFS is to allow client applications to access different types of concrete file systems in a uniform way.

Википедия

File system

In computing, a file system or filesystem (often abbreviated to fs) is a method and data structure that the operating system uses to control how data is stored and retrieved. Without a file system, data placed in a storage medium would be one large body of data with no way to tell where one piece of data stopped and the next began, or where any piece of data was located when it was time to retrieve it. By separating the data into pieces and giving each piece a name, the data are easily isolated and identified. Taking its name from the way a paper-based data management system is named, each group of data is called a "file". The structure and logic rules used to manage the groups of data and their names is called a "file system."

There are many kinds of file systems, each with unique structure and logic, properties of speed, flexibility, security, size and more. Some file systems have been designed to be used for specific applications. For example, the ISO 9660 and UDF file systems are designed specifically for optical discs.

File systems can be used on many types of storage devices using various media. As of 2019, hard disk drives have been key storage devices and are projected to remain so for the foreseeable future. Other kinds of media that are used include SSDs, magnetic tapes, and optical discs. In some cases, such as with tmpfs, the computer's main memory (random-access memory, RAM) is used to create a temporary file system for short-term use.

Some file systems are used on local data storage devices; others provide file access via a network protocol (for example, NFS, SMB, or 9P clients). Some file systems are "virtual", meaning that the supplied "files" (called virtual files) are computed on request (such as procfs and sysfs) or are merely a mapping into a different file system used as a backing store. The file system manages access to both the content of files and the metadata about those files. It is responsible for arranging storage space; reliability, efficiency, and tuning with regard to the physical storage medium are important design considerations.